home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _942DBB3C93FF4A8DB7BF9BD0B7984916 < prev    next >
Encoding:
Text File  |  2005-08-12  |  435 b   |  24 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("translucent14")
  6.  
  7.     pass()
  8.     {
  9.         tmu()
  10.         {
  11.             texture()
  12.             {
  13.                 image("RainDrop.dds")
  14.             }
  15.             colorop("arg1", "texture", "diffuse", "current")
  16.             alphaop("arg1", "texture", "diffuse", "current")
  17.         }
  18.  
  19.         blendfunc("src_alpha", "inv_src_alpha")
  20.         depthfunc("lequal", 0)
  21.     }
  22. }
  23.  
  24.